{% extends "base.html" %} {% block content %}
{{ section.content | safe }}
{% set all_tags = get_taxonomy(kind="tags") %}
{% for term in all_tags.items %} {% endfor %}
{% endblock content %}